Controllo equity
Forums › ProRealTime forum Italiano › Supporto ProOrder › Controllo equity
- This topic has 4 replies, 2 voices, and was last updated 5 years ago by robertogozzi.
Viewing 5 posts - 1 through 5 (of 5 total)
-
-
03/14/2019 at 11:50 AM #9361903/14/2019 at 1:05 PM #93627
Puoi fare un esempio concreto e magari allegare delle foto, cosa significa applicare la Bande di Bollinger sul lato basso della equity del conto?
03/14/2019 at 7:30 PM #9369103/14/2019 at 8:18 PM #93695forse ho trovato qualcosa di simile
https://www.prorealcode.com/blog/trading-strategy-profit-curve/#comment-2189
03/14/2019 at 9:02 PM #93699Puoi definire le BB così (non l’ho provato):
12345BBVal = 20 //20 periodi BBBBdev = 2.0 //2.0 deviazione BBBBavg = average[BBval,0](strategyprofit) //BB mean (middle line)//BollUp = BBavg + ((std[BBval](strategyprofit)) * BBdev) //BB Upper BandBollDn = BBavg - ((std[BBval](strategyprofit)) * BBdev) //BB Lower BandDopodiché nella strategia puoi verificare quando STRATEGYPROFIT tocca il limite basso (il limite alto l’ho commentato perché non lo usi):
1IF StrategyProfit <= BollDn THEN -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)