Skip to content

Commit

Permalink
Sets OCL/OCP to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 23, 2023
1 parent 7d477d0 commit e3961c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stg_Oscillator_Trend.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ INPUT float Oscillator_Trend_PriceStopLevel = 2; // Price limit level
INPUT int Oscillator_Trend_TickFilterMethod = 32; // Tick filter method (0-255)
INPUT float Oscillator_Trend_MaxSpread = 4.0; // Max spread to trade (in pips)
INPUT short Oscillator_Trend_Shift = 0; // Shift
INPUT float Oscillator_Trend_OrderCloseLoss = 120; // Order close loss
INPUT float Oscillator_Trend_OrderCloseProfit = 120; // Order close profit
INPUT float Oscillator_Trend_OrderCloseLoss = 200; // Order close loss
INPUT float Oscillator_Trend_OrderCloseProfit = 200; // Order close profit
INPUT int Oscillator_Trend_OrderCloseTime = 2880; // Order close time in mins (>0) or bars (<0)
INPUT_GROUP("Oscillator Trend strategy: AC oscillator params");
INPUT int Oscillator_Trend_Indi_AC_Shift = 0; // Shift
Expand Down

0 comments on commit e3961c0

Please sign in to comment.