Forum

how to "right click refresh" on mt4 codes.

i took a screenshot just before the EA took the trade and all the candles were present. after a few hours, the same candles disappeared! it caused a gap on my chart for about 14 hours. after reporting this issue to the broker, they said that i should "right click refresh" my charts and the candles

how to use a dll file?

Hi, i'm trying to use this dll. SendAdvancedEmail - library for MetaTrader 4 and i need some help. where do I copy this file to? i figured that i can import it using these codes below but I don't know where to put the dll file for a successful call. thanks for those who will help. #import

MT5 EA stop processing lines in OnTick()

Hi. I'm new to MT5 coding. I migrated from MT4 and found out really quick that MT5 is totally different from MT4. anyways, this is my problem. My codes are below. the code is placed inside OnTick() but it stops after a while. I'm expecting it to keep looping (every time a tick is received). do 1, 2

need help with mt5 ea codes.

Hi. I'm new to MT5 coding. I migrated from MT4 and found out really quick that MT5 is totally different from MT4. anyways, this is my problem. My codes are below. the code is placed inside OnTick() but it stops after one of the OrderSend() are triggered. Please help me identify what is the problem

Can i write an EA on top of a Signal?

So, I subscribe to a signal but the positions are too small. I simply want to double. The deal is the signal trades 24/7. I can't manually double the trades as sometimes it opens up positions when i'm asleep. so my plan is to get a signal set up on an account. write an EA that checks the order

Objects in Expert Advisor Fails to appear after EA code is executed a couple of times

So, i'm writing an EA that paints rectangles into the chart. Yes, this should be done as an indicator but I want to use these rectangles in my back testing thus I want it drawn in the chart using an EA. My EA codes are run 1 time and is re-run every time a candle is closed. It works well on the