Forums › ProRealTime English forum › ProOrder support › Machine Learning in ProOrder ProRealTime › Reply To: Machine Learning in ProOrder ProRealTime
04/25/2020 at 8:52 AM
#127966
Good morning,
Be careful before you write anything thinking about the account you have subscribed to your broker.
If it is a guaranteed stop account: what is written below will not work.
1 2 3 4 5 6 |
once renkoMax = ROUND(close / boxSize) * boxSize once renkoMin = renkoMax - boxSize buy at renkoMax + boxSize stop //Buy at Close + 40 (because renkomax = close). sellshort at renkoMin - boxSize stop |
and ptrailling