pontuso5
pontuso5
Friends

Add friends via their profile or user search and you will be able to see if they are online

pontuso5
Added topic iHighest backtesting problem
Anyone that knows what the problem might be? I want the M30 highest value, but backtest strategy using 1H timeframe double =High[iHighest( NULL , 30 ,MODE_HIGH, 20 , 1 )]; Are not giving the correct value when backtesting on 1H timeframe. But correct
pontuso5
Added topic Expert advisor copying signals from another EA
Hi does anyone if it's a EA out there witch can work like this. For example: I put in "this new" EA on GBPUSD chart , and i have a EA based on two moving averages running on the EURUSD chart. And when the EURUSD EA is buying in a MA cross i
pontuso5
Added topic Backtesting different pair not correct data?
Hi all Im backtesting GBPUSD but with data from EURUSD I get the correct value from double high_1 && double low_1 But the double high && double low i will get the open price on current bar not the high and the low? What am i doing
pontuso5
Added topic How to draw a moving horizontal line
Hi I want a  horizontal line on my chart thats always is for example 15 pips fom the price, one line above and one below price. Is this possible in metatrader 4 original functions or do i have to use an custom indicator? In that case does
pontuso5
Registered at MQL5.community
pontuso5
Added topic Find last fractal
Hello Example: If I want my EA to Find the second last fractal up, that was above Moving Average 100 And compare it to the last fractal up, thats above Moving Average 100 If the last fractal up is lower then the second last = SELL I think i got this
pontuso5
Added topic Shut down Expert Advisor wehn closing a position
Hello I would like my EA to shut down when the EA exit a position Is that possible? Cheers
pontuso5
Added topic Do i have to use GMT off set in my EA
Hello everyone Im new to this and i have a question. Do i have to use GMT off set in my EA to make it work properly.? Will it do any difference in backtesting ? Thanks //Pontus
pontuso5
Added topic iCustom in an EA
Hello everyone out there, i have been trying to put in demark trend lines as a custom idicator in my EA. But i wont get it to work. This is the Custom idicator https://www.mql5.com/en/code/8296 In the indicator the IndexBuffer looks like this
pontuso5
Added topic Long vs Short pos
Hi Im a novice trader, so sorry for my maybe "stupid question". But can anyone tell me the difference between a long vs short position? Maximum length for a short.? Minimum length for a long.? Thanks for the help =)
pontuso5
Added topic EA Closing my orders wont work anymore.
Hi i have a problem with my EA. When i modified the EA so it would have more then one position open at the same time. The exit -buy and - sell order function doesent work anymore. How come? :S Is there anyone who knows
pontuso5
Added topic Open more than 1 order?
Hi there Im not very good at coding Im having problem with an EA The problem is. It only opens one order at the time. I have tryed set the OrdersTotal(); But if i set the orderstotal to 100 for example it opens like 5 orders at the same price. Thats
12