llSourcell / ChatGPT_Trading_Bot

This is the code for the "ChatGPT Trading Bot" Video by Siraj Raval on Youtube
909 stars 494 forks source link

Not a loop #5

Open EagleEye011 opened 1 year ago

EagleEye011 commented 1 year ago

This program only places SPY and NVDA order once. I believe it needs in a loop, BUY when it qualifies if(DRLEnsembleAGent.Sharpe > .4) and sell (If ticket is bought) at 1% or more profit of BUY price. Else keep looping.

estebanaragonc commented 1 year ago

i agree

Cjdev8k commented 1 year ago

so, this script needs to be executed every one minute?