faustf
faustf
Added topic restart pc and my metatrader 4 is without account
hi guys i restart my pc , by abnomally power surge , and i lost my account and server , is possible recover it ?? thanks
faustf
Added topic help convert mql5 to mql4 indicator
hi guys i have this indicator RVOL in mql5 i want convert in to mql4 i tryed but not work and i am not expert in mql5 , and in mql4 if someone want help me i will
faustf
Added topic volume synthetic how is calculated ?
hi guys how is calculated a synthetic volume in mt4 ? i know if i use Volume[1]= return a volume but i want know how Volume function calculate a synthetic volume thanks
faustf
Added topic arraySize and indicator for understund
hii have this script //+------------------------------------------------------------------+
faustf
Added topic Error 130 ordermodify but why ?
hy , i dont know why in my script return always error 130 if i set a price 1.09556 for example work anyone can help me ? thnks //+------------------------------------------------------------------+
faustf
Added topic why not enter inside of if ?
hi guys , why not enter in the if ? ProfitMin=100; CtrlSellTP=0; if ((Bid <= (OrderOpenPrice()-(ProfitMin* Point * 10 ))) && (CtrlSellTP== 0 ))
faustf
Added topic trade EURUSD by another currency with EA
hi guys i try to trade eurusd , by another chart ,the EA is placed over EURCAD and here i want trade EURUSD but if i try not work why ?? //+------------------------------------------------------------------+
faustf
Added topic why not enter in cicle for ?
hi guys probably is my mind + holiday = devastated , but is possible mql4 not enter in for ?? i have this part of EA int OnInit () { ChartSetSymbolPeriod ( 0 , Symbol (), PERIOD_D1 );
faustf
Added topic trade at time
hi guys i try to close a trade at time , i open the trade at time and it works but when i try to close not close i create a script like this extern string StartTime =
faustf
Added topic double why not work ?
hi guys i have a questions i have indicator at end of this indicator i divide two double and after i multiplay for constant 100 why return 100 ????????? if i print a single double return number little like
faustf
Added topic indicator draw line 0 but value inside buffer is differents o_O
hi guys i want draw e EXponetial EMA , but not want use a class inside of mql4 (ima or imaonarray ) therefore i build my class but not draw nothing o_O thanks at all //+------------------------------------------------------------------+
faustf
Added topic why ema in mt4 draw things and in treadingview another things ?
hy guys i try to convert tradingview indicator to mt4 the code is simple open-close and result insert in ema 1500 period this is my code //+------------------------------------------------------------------+
faustf
Added topic why indicator draw only orizontal line ?
hi guys why this script draw orizontal line , if i use imaonarray or ima ?? yhanks at all //+------------------------------------------------------------------+
faustf
Added topic why indicator not draw till the end ?
Hi guys i have this script , but why with iMAOnArray not create a chart till the end ? thankz //+------------------------------------------------------------------+
faustf
Added topic is possible calculate ima of ima ?
hi guys , i ask at expert , if is possible calculate iMA of open-close and result recalculate iMA ???? i ask this because in manual iMA want like parameter only int enumerator PRICE_CLOSE but is not possible
faustf
Added topic indicator oscillator problem
hi guys i try to do an oscillator in separated windows but it draw only a line , where is the error ? thankz at all
faustf
Added topic back test questions
hi guys i want test a EA at end of a day i write it like this //+------------------------------------------------------------------+ void OnTick ( void ) {
faustf
Added topic questions about indicator RSI
hi guys i want modyfy a RSI in metatrader i want place in one time 2 indicator of RSI in one separated window, and i would when cross first rsi over second appear an allert , i try to mod ,a RSI in MT4 but i dont know why i can
faustf
Added topic Memory mapped strange result
Hi guys , i created a memory mapped file in C# this is a coded using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO.MemoryMappedFiles; using
faustf
Added topic memory mapped file with Dll
hi guys i try to read a memory mapped file with Dll https://www.mql5.com/en/code/download/816/memmap32.zip but i have some problem i try to load with this scriptin mql4
: