Ian Macmillan
Ian Macmillan
  • Information
3 years
experience
1
products
30
demo versions
0
jobs
0
signals
0
subscribers
Ian Macmillan
Left feedback to developer for job I would like you to add a magic number.
Ian Macmillan
Added topic Magic Number Added To Indicator.
I am new to coding and I added a magic number to this Indicator.  I get no errors but when I put the Indicator on 2 charts with 2 different EAs the Indicators TakeProfit Left and StopLoss Left only works with one of the EAs. Any help would be
Ian Macmillan Published product

SqueezePlay is an EA that trades four indicator, it is optimised for trading DOGE coin, its secret is in the closing of the trades.   The take profit and stop loss squeeze the trade untill a profit or loss is determined.  With the SqueezePlay EA we squeeze out the profits to its maximum potential.  So choose the SqueezePlay EA for your arsenal of EAs for your best chance at EA profits

Ian Macmillan
Added topic INFO indicator I need help with this code.
I want this to do something when the current stoploss is greater than the previos stoploss. Can someone help? Please? for ( int i = PositionsTotal ()- 1 ; i >= 0 ; i--)      {        ulong
Ian Macmillan
Left feedback to developer for job Would like some things added to this Indicator.
Ian Macmillan
Left feedback to developer for job Informational indicator
Ian Macmillan
Added topic OrderClose
I would like this code to close trades when the trailing stop reaches 100 points.  Can anyone help?      for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--)      {        if (
Ian Macmillan
Left feedback to developer for job Add a commission facter to my EA to test in Stratagy tester.
Ian Macmillan
Left feedback to developer for job Convert an MQL5 EA to an MQL4
Ian Macmillan
Added topic Move stoploss every second pip.
#property copyright "2023, SqueezePlayMA" #include <Trade/Trade.mqh> CTrade trade; ulong trade_ticket = 0; bool time_passed = true; double open_trade_price = 0; input group "SqueezePlayMA"; input group "Open Trade"; input int MovingAverage =
Ian Macmillan
Added topic Validation completed with errors
I am trying to Validate my Expert Advisor to put on the Market. I get this error when attempting to Validate. test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 there are no
Ian Macmillan
Registered at MQL5.community