franzzzz
franzzzz
Friends 2
franzzzz
Added topic MT5 Tester local agents/cores overwrites each other on CSV file when I use optimization.
Hi guys, im looking for a way around or an alternative to do things. Basically I use FileOpen , FileWrite, etc on OnTester to write information during optimization on CSV File. I notice while back that somehow, the number of Optimization Passes was
franzzzz
Added topic Wrong Exit Price on MT5 Tester
I have this situation where I exit on a bar that even exceeds its high/low on the tester. (See picture for reference). M5 Timeframe. Here is the code on how I exit trades. I have been using it since a long time. Its just accumulation of codes i read
franzzzz
Added topic MT5 Literally gives wrong input value
Hi wanna inform everyone and might as well get some inputs. heres the thing, I encountered an error and trace its origin. I have then simplify the problem. I literally have an input value like this: input int InpAppliedPrice = 0 ; And gives a
franzzzz
Added topic MT5 Rates_total different in EA using Tester
Hi guys, I had trouble programming and finding errors in my EA when the called Indicator is functioning correctly. Upon examining hours, I discovered that when I run my EA in Tester (and calling the Indicator for inputs), the rates_total printed is
franzzzz
Added topic Custom Indicator for EA doesnt work as intended
Hi guys, first just wanted to thank everyone who makes an effort to read my concern. Here goes: 1. I created an Custom Indicator. Working Fine. (Checked) 2. Created an EA from my EA template. Used donchian channel method as error checked for basic
franzzzz
Added topic Custom Indicator Bug? Wrong Values given. Help Please.
Hi, Im programming an EA that calls a Custom Indicator for values. EA goes something like this: int init()   {        Alert ( "Initializing" );       itrend_1 = iCustom (currency
franzzzz
Registered at MQL5.community