1
Follow
1
Followers
N:=14;
Stop loss: = 1,5;
Pembagian stop-loss: = 2.8;
TR:=MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW));
ATR:=MA(TR,N);
Kondisi pemisahan dasar: = LOW[1]<LOW[0] AND LOW[1]<LOW[2] AND HIGH[1]<HIGH[0] AND HIGH[1]<HIGH[2];
Strict bottom sorting: = kondisi bottom sorting AND (CLOSE[0]>LOW[2]);
Saya tidak tahu apa yang harus saya lakukan.
Harga beli: = VALUEWHEN ((sinyal beli, CLOSE);
Stop loss: = harga beli - kelipatan stop lossATR;
Stop loss: = harga beli + stop loss kaliATR;
Kondisi Stop Loss: = CROSS (harga Stop Loss, CLOSE);
Kondisi stop: = CROSS ((CLOSE, harga stop);
Sinyal posisi terdepan: = kondisi stop loss OR kondisi stop loss;
Saya tidak tahu apa yang terjadi.
Sinyal Posisi Benar, SP;
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)
