Forum

Installing MT4 with playonmac - login always fails no matter what

hi i downloaded mt4 and playonmac, installed it on macbook pro (macOS catalina), seems to work all fine, it asks me for login but no matter what broker or login data i use it results always with this: can you tell me if this just doesnt work or do i have to get the login from metatrader? where

Trading history is not loading when login, when stay logged in older trades disappear, showing only about last 100 trades - HELP

hi when i login into a demo mt4 account it only loads last 60-120 positions. same problem when i stay logged in, older positions just keep disappearing in the history and it only shows about last 100 positions. only solution i found in the forum here is options - charts - max bars in history - set

What kind of scam scheme is this? Neighbor invested $200 and they take huge positions for him

hi i'm wondering if this scamming scheme is familiar to one of you and what their intention is. my neighbor (who is 68y old and has zero clue about forex) told me fully excited that he invested $200 into currencies and after 3 weeks it already became 700. some traders who called him, he has to give

Mysterious error when extending code - Code too long? Too much data exported?

hi i have this indicator that works , exporting multiple MA of timeframes: //+------------------------------------------------------------------+ int start() { static int flag; int handle; double AUDCAD_Bid, AUDCAD_Ask, AUDCAD_M1_10_MA, AUDCAD_M1_20_MA, AUDCAD_M1_30_MA

All open positions to CSV? Can't find code in MQL4 Reference

hi i have this script to export multiple MA and ATR, and i need also all open trades. can't find anything :( i hope someone can help. thank you very much! //+------------------------------------------------------------------+ int start() { static int flag; int handle; double AUDCAD_Bid

Export BID and ASK prices, small error in code.

hi i have this indicator to export MA and ATR, but after adding BID and ASK price it stops working. copied it from code base. what am i missing? thank you very much! //+------------------------------------------------------------------+

High & Low of each individual trade? How?

hi i came across this order history, showing of each trade the high and low. how can i export my history to csv with these 2 infos? (attached image). was trying to find a script but maybe i used wrong keywords.. how can i find this? i hope someone can help me. thank you <3

(SOLVED) Code is exporting wrong MA prices - why?

Hi i have a code that export prices of moving averages, worked well for a while, now i can't figure out why most export wrong prices. for example USDJPY, M1 MA 50 is at price of ca. 108.172 when i look at chart but it exports 108.088. How can i fix this issue? as far as i can see it's not a problem

MA MACD export, adding ATR

hello i have this script for exporting MA and MACD data, but after adding ATR (H4, 24) in the last row it doesn't work anymore. would be amazing if someone sees what i did wrong. thank you very very much! //+------------------------------------------------------------------+

Code to apply indicator (symbol change) on all charts

i need help <3 i found this indicator, a symbols dashboard. i want it to change the symbol on all open charts so i added "#include <Charts\Chart.mqh>;" but it doesnt work. do i need to ad more codes or am i on the wrong path? can't find a similar script in the codebase :( #property