L-I-V / MQL-Tools

42 stars 15 forks source link

Pop up assisted help for MT4 #17

Closed JoeyUson closed 1 year ago

JoeyUson commented 1 year ago

Just downloaded this extension and really a great help for studying MT4. All works fine and the popup helps a lot however there are some function not coming up when cursor is place over.

Here are list for creating/modifying indicators: SetIndexStyle, SetIndexLabel, ObjectSet, IndicatorShortName (showing INDICATOR_SHORTNAME only), SetIndexArrow, SetIndexDrawBegin, IndicatorDigits, IndicatorCounted,

Here for EA MarketInfo, AccountBalance, OrderMagicNumber, OrderSymbol, OrderType, IsTradeAllowed, IsTradeContextBusy, OrderOpenPrice, OrderSymbol, OrderOpenTime, OrderStopLoss, OrderModify, OrderTicket, OrderTakeProfit, iMAOnArray

If you could show how to add these in Pop Up I can help..

Regards, Joey

L-I-V commented 1 year ago

Hints are not displayed because you are using MQL4, the extension description states that autocompletion and tooltips for the functions of MQL5! chrome_wi0Ddy2f3M In the next update, I plan to add descriptions of the MQL4 functions.

JoeyUson commented 1 year ago

My broker only support MT4 even I like to update to MT5. Thanks for immediate response. I really appreciate your efforts