Best EA-Panel for Scalping and Trading at News (pending orders)

FxPipser

Junior member
Messages
21
Likes
1
I wanted to share with you Scalp Panel that i developed for news trading:

- AutoTrailing Stops
- AutoTP
- AutoSL
- it can place 1-100 pending orders with fixed Step between orders for news Trading & Delete all Sell pending orders at News if price jumped in Buy area
- it can put all orders in break even levels
- you can trade Pyramid and Grid options with break even for Every orders and TP SL from Total Break Even level for many orders at current pair




ScalpPanel ..ex4 put in DataFolder/MQL/Experts
function.mqh put in DataFolder/MQL/include


EA Scalp-Panel Parameters :


StopLoss_Buy
= 300, // pips for stoploss in Button for every Buy Order

TakeProfit_Buy = 1000, // take profit for TakeProfit for every Buy Order

TrailingStop_Buy = 100, // Distance from Current price to SL of Trailing Stop for Buy Orders

NoLoss_Buy = 30, // how much pips of profit must be order Buy to place this order SL in BreakEven (at price open of order)

StopLoss_Sell = 300, // pips for stoploss in Button for every Sell Order

TakeProfit_Sell = 1000, // take profit for TakeProfit for every Sell Order

TrailingStop_Sell = 100, // Distance from Current price to SL of Trailing Stop for Sell Orders

NoLoss_Sell = 30; // how much pips of profit must be order Sell to place this order SL in BreakEven (at price open of order)

TrailingStep = 10, // step in pips to replace SL in trailing Stop to follow current price

TrailingStart = 50; // what minimal profit order must be to start hunting Trailing Stop

Lot = 0.01; // start lot to trade

MaxTrades = 5; // how many Pending orders EA will open in 1 way from Buttons of Pending Orders (Limits or Stops)

PipStep = 50; // pips between 2 pending orders of 1 direction

LotExp = 1; // lot exponent for pending orders, if = 1 than serial 0.01 0.01 0.01… if =2 than serial 0.01 0.02 0.04 0.08

ProfitPr = 50; // % to close all

slippage = 3; // slippage for execute orders

delta = 50; // Distance from current price to first pending order

dpips = 10; // delta changes for pips in Buttons

dlot = 0.01; // delta changes for lots in Buttons

dpr = 1; // delta changes for price in Buttons

confirmation = false; // if True – ea will ask “Do you really want to press this Button” additionally

Magic = 0; //

if you placed News Pending Orders around Current Price (Stop orders) and price touched first Buy Stop Order – than EA will delete all Sell Stop Orders automatically (see in Video)
 

Attachments

  • Scalp Panel EA_1.1.5(T).ex4
    135 KB · Views: 1,265
  • function.mqh
    34.3 KB · Views: 982
Last edited by a moderator:
Great, how come the MyFXBook data is over a year old now though?
 
if we wanted or could update it we would updae it and continue trade at this accounts. It was investor accounts that wanted to test with us and code their strategies. Develop period finished they took robots and trade this accounts by them self - we do not have access to this account to trade or update them. We posted this at myfxbook
 
Top