Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if(!tradedInBar() && AllowBuy&& scanTrades(TRADETRADE,TRADEBUY)<=0&& scanTrades(TRADETRADE,TRADESELL)<=0) {
  2. if (Candle == Red && (Dow == 0||Dow == 1) && Candle3 == Green )||(Candle ==Green&& (Dow==3||Dow==4) && Candle3==Green){
  3. tradeBuy();
  4. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement