Mary Ann Thompson
Mary Ann Thompson
2.3 (3)
  • Information
1 year
experience
0
products
0
demo versions
1
jobs
0
signals
0
subscribers
Programmer at MTTSoft
MT4,MT5,Tradingview, NinjaTrader c#,c++,c++,python, FIX Binance, Kucoin, Abtritrage API Java, Javascript ,programming
Mary Ann Thompson
Added topic Pending Orders
Please is there a difference between 'pipstep' and 'Distance in pips' in Orders  like 'BuyStop, Sellstop' for Expert Advisors. OrderSend(Symbol(), OP_BUYSTOP, start_lot, Ask+ Distance*Point, 3, Ask+
Mary Ann Thompson
Added topic Coding Error
Please , not sure where the error is on the code....... Thank you void OpenBuyStop()  {     //------   while(true)   {    ticket=OrderSend(Symbol(),OP_BUYSTOP,Lots,price,0,0,price+TakeProfit1*Point,"OpenBuyStop"
Mary Ann Thompson
Added topic ChartIndicatorAdd syntax
Please ChartindicatorAdd is used in MQl5, is there an alternative in MT4?. thank you
Mary Ann Thompson
Added topic Unrecognised character
please , i have slight error for correction, message ,'U-unrecognized character escape sequence' :  Print("The file example.tpl found in", "\\C:\Users\MT\AppData\Roaming\MetaQuotes\Terminal\A1....\templates\Files"); please help. thank you
Mary Ann Thompson
Added topic ChartApplyTemplate Use
How can ChartApplyTemplate() be use on Expert Advisor and reuse after short interval like 15mins. Is this more relevant in MT5? Anyone with much knowledge on this?.Thank you
Mary Ann Thompson
Added topic MT4 Template Path
Please, Anyone knows the correct path for storage of MT4 templates. example path: path= 'MT4\terminal\files\example.tpl'. your experienced and correct knowledge  as well as suggestion of the above is much appreciated. Thank you
Mary Ann Thompson
Added topic Unrecognised code in MT5 File
If have an  unrecognized  error from a file with result in the attached file (unreadable file).Please , is there  way of correcting it in MT5? Is there a major MT5 component that needs to be added
Mary Ann Thompson
Added topic multiple idicators within another Indicator.
hello, please in MT4, (i.) can multiple indicators(4) be coded within another Indicator, Is it possible . Any specific examples. example , BB, MACD, RSI  , MA  CCI.(All in one). (II.)In indicators can the syntax, 
Mary Ann Thompson
Added topic Symbol in MQL5
Is there an  alternative  symbol  or conversion in MT5 for ' SYMBOL_STOPSIGN '. Thank you
Mary Ann Thompson
Added topic Enumerate TimeFrames
Enumerate TimeFrames enum TFrame(Period_M1, PeriodM5....); and so on......... input  TFrame TakeTrade =Period_ M1; The above code is meant to list TimeFrames for user to select in Expert Advisor. Please , i am not sure what is being omit
Mary Ann Thompson
Added topic EasyandFastsgui
EasyandFastgui is not working. the library. https://www.mql5.com/en/articles/2298. Compiled but shows lots of errors
Mary Ann Thompson
Added topic dialog
#property strict #include<Control/Dialog.mqh> //Declare Appdialog CAppdialog OurInterface; Using MT4 Metatrader Editor. Dialog.mqh is not compiling. Please are there any new changes to  to Dialog.mqh header. Thank you
Mary Ann Thompson
Registered at MQL5.community
Mary Ann Thompson
Added topic How to send data from MT4 to Email.
how does one send data from MT4 to Email, example Ask, Bid data
Mary Ann Thompson
Added topic Metatrader4 can't save file for MT4 users
The MetaE The MetaEditor 4 : Problem saving file to MetaEditor 4 , as it ends up producing *.ex4 in Version5. This is not suitable for some users as brokers have not converted to the newer version of Metatrader. Please help as file need to be
Mary Ann Thompson
Added topic Renko open bar
Please , how can a signal be sent to open renko bar indicator.   using icustom() ; Not sure. 
Mary Ann Thompson
Added topic Order Send and Traders Time
hello, if i have to link Trader's choice of Time to trade with  OrderSend in EA  using the  following code:                TIME:   bool TradeTime=false;     if
Mary Ann Thompson
Added topic Enumerate
Has any one used enumerated outside of months and years as variable and it worked successful on EA
123