Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // BIAS ANALYZER 60m [STRATEGIA] QTA Mastermind
- // Vedi Video 1 Cartella Mastermind QTA
- inputs: longEntry(9999), longExit(9999), shortEntry(9999), shortExit(9999);
- if time = longEntry then buy next bar at market; //and closeD(0) > XAverage(close, 200)
- if time = longExit then sell next bar at market;
- if time = shortEntry then sellshort next bar at market;
- if time = shortExit then buytocover next bar at market;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement