@pintto Hi, I have never used betting but, in this link link text You can see the basics to achieve this, would need other conformations to work correctly, look at the tabs up top. Hopefully this helps.
Posts made by jstap
-
RE: Betting System: FibonacciBettingposted in Questions & Answers
-
RE: Need help with my Fibonacci EA planposted in Questions & Answers
@omerkaraba Hi, I don't see how any one can help with this, you need to decide how the hi & lo are decided, maybe zig zag but then you need to decide the settings, maybe I am wrong and someone can help but I am unsure how.
-
RE: Close all trades on profitposted in Questions & Answers
@binarykungfu Just noticed in the 1st formula it's adding, it should be dividing.
-
RE: Close all trades on profitposted in Questions & Answers
@binarykungfu Hello, in this link is how I check for a daily profit %, the same setup can be used for fixed pips or money. link text
Hope this helps
-
RE: Buy a EUR pair when Conditions are met from three Pairsposted in General Discussions
@mohamed80 No problem, I quite often find if I spend too long, any problems are found easily after a sleep
-
RE: custom indicator ...please help ......posted in Questions & Answers
@harshalr5556 Just put one constant/variable in, test on back test, if it stops working you will know what caused it, once you find this ask the question on how to resolve and people will gladly help.
-
RE: HELP FOR CUSTOM SUPERTRENDposted in Questions & Answers
@l-andorrà To be honest never really used it but, defiantly useful on the right setup, think can be got for MQ5, I just never have.
-
RE: Buy a EUR pair when Conditions are met from three Pairsposted in General Discussions
@mohamed80 As is your conditions are never true because for example GBPUSD C1 MA will never be above GBPUSD C1 MA because it is always the same, instead of pass you need a no position block, this prevents more than 1 trade being placed. in these links you will see the two options to achieve what yo desire, 1 is to check if current price is above MA, 2 is to check candle has closed (or another position) above MA.
Haven't tested but either of these should work.
-
RE: custom indicator ...please help ......posted in Questions & Answers
@harshalr5556 This is how your indicator looks to me on FXDreema:

On my system this places a trade every time there is a green arrow, aslong as it looks the same on yours it should be fine, let me know what happens.
-
RE: HELP FOR CUSTOM SUPERTRENDposted in Questions & Answers
There are 2 types of supertrend, one that repaints one that dosen't, the one that does can be used if conditions have been set to compensate for it repainting.
These are the 2 options I have: 3_1627642615129_SuperTrend.mq4 2_1627642615129_SuperTrend.ex4 1_1627642615128_Non_Repainting_SuperTrend.mq4 0_1627642615126_Non_Repainting_SuperTrend.ex4
-
RE: Open New Trade every X Pips from last open tradeposted in Questions & Answers
@darekl Hi, remove the blue blocks in the middle of the tree and place something like a flag underneath, you can see what I mean in this link. link text
-
RE: custom indicator ...please help ......posted in Questions & Answers
@harshalr5556 In this link is your indicator being use just for buy/sell, link text what I would do is get it working with minimal changes, then add something and back test to check it works, effectively using a process of elimination approach until the reasons for EA not working are found. Hope this helps
-
RE: custom indicator ...please help ......posted in Questions & Answers
@harshalr5556 This indicator has 4 buffers, buffer 2 is the green arrow, buffer 3 is the red arrow.
If you use indicator appear block then the EA will do whatever you require when arrows show. -
RE: Finding Doji Candlesposted in Tutorials by Users
@supersako Hope this helps people, have added formula block so if body is =< total, by taking total, dividing by 100, multiplying by doji percent constant. I haven't tried tried your project, just added to to yours, using defined maths is how I prefer to do things.link text
-
RE: How can I find the average opening price for the last two positions?posted in Questions & Answers
@khalids222 To be honest placing blame is not helping any one, the current issue is all to do with logic, at the moment only 1 trade fits the pips away logic, so you need to work out what fit's the logic the logic to close second trade. To me something like, if 2nd trade is always a set distance from the first then, branch off the 1st pips away with another pips away and the distance the 2nd trade will be, with a pink close block.
-
RE: How can I find the average opening price for the last two positions?posted in Questions & Answers
@ladydolares If you post your link in a new question, can send directly to me if you want and ill have a look.
-
RE: Auto Prefix and PostFixposted in Questions & Answers
@zedeai2 If left blank then it will be same as chart it's on.