Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //BIAS LONG su cambio sessione FUTURE SOIA
- // timeframe 30 min
- // exchange time
- // future S soybean opp mini soybean XK (YK su IB)
- input: xstop (0), xprofit (0); // da ottimizzare in base al future usato
- //entrata alle 12:30 exchange time (19:30 europe time )
- if time=1230 then
- buy next bar at market;
- //uscita alle 06:00 exchange time del giorno successivo (12:00 europe time)
- if marketposition >0 and
- time=0600 then
- sell next bar at market;
- setstopcontract;
- setstoploss (xstop);
- setprofittarget (xprofit);
Advertisement
Comments
-
- can you able to make PREDICTUM INDICATOR code..??
Add Comment
Please, Sign In to add comment
Advertisement