EURUSD 15 min ???

Viewing 5 posts - 1 through 5 (of 5 total)
  • #133852

    var: mytimewindow(false);
    input: mystarttime(200), myendtime(0915);
    input: mystop(0.007), myProfit(0.02);

    mytimewindow = (time > mystarttime) and (time < myendtime);

    if mytimewindow then begin
    if closesession(0,1) < closesession(0,2) and c[1] < lowsession(0,1) and c > lowsession(0,1) then buy next bar at market;
    if closesession(0,1) > closesession(0,2) and c[1] > highsession(0,1) and c < highsession(0,1) then sellshort next bar at market; end; setstopcontract; if mystop > 0 then setstoploss(mystop);
    if myprofit >0 then setprofittarget(myprofit);

    #133860

    Cerca di fare più attenzione, ti ho già dato indicazioni in un altro tuo post.

    Le regole sono ben evidenziate in GIALLO qui sotto.

     

    #133892

    ??? !!! ### $$% & * ^ £ ₩₩ Mi dispiace che nessuno parli robot qui, potresti per favore usare parole vere per spiegare cosa ti aspetti da noi?

    #133911

    Buonasera, semplicemente ero interessato che il codice che ho inserito fosse trasformato per Pro real time, mi scuso per la confusione creata ma non riesco a capire dove inserire le richieste e come

    #133917
Viewing 5 posts - 1 through 5 (of 5 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login