- Search Metals Mine
- 1,348 Results (1,347 Replies, 1 Comments)
-
almo replied Feb 17, 2021There is no way to fix this without having the original mq4 file.
I will code your EAs and Indicators for no charge
-
almo replied Feb 15, 2021He can't even be bothered to read this entire thread of 42 pages.....
Price action at the core = family members' discussion project
-
almo replied Feb 15, 2021Dude, your barking up the wrong tree - RickM is one of the few around here that actually explains what he is doing. You however, are quickly proving your not worth anyone's time. Best you change your attitude before your find yourself on everyone's ...
Price action at the core = family members' discussion project
-
almo replied Feb 11, 2021He just gave you one last night for AUDUSD, and you were here for it. What more do you want.....something etched in stone??
Price action at the core = family members' discussion project
-
almo replied Feb 11, 2021To do what your asking, requires you to do this: 1) Put the indicator on a chart, then open up the data window 2) put your mouse over one of the arrows - you should see on the data window the indicator value and the arrow value....take note of what ...
I will code your EAs and Indicators for no charge
-
almo replied Feb 10, 2021I dont have 6 yrs of 1 min data.... I am seeing this however
Price action at the core = family members' discussion project
-
almo replied Feb 10, 2021Hi BWilliam, Yes it does....it also opens up a slew of questions, but I suspect these have all been answered at some point in the thread you just showed me, and also in George's thread. Thank you pointing these out. Also thank you for keeping this ...
Price action at the core = family members' discussion project
-
almo replied Feb 10, 2021I have a question - assuming this algo exists, is it being shared between brokers? If its not being shared - wouldn't that mean that we have multiple algos fighting each other on top fighting of retail players ?
Price action at the core = family members' discussion project
-
almo replied Feb 10, 2021Probably not, but I am not in a position to write an EA for anyone at the moment.
I will code your EAs and Indicators for no charge
-
almo replied Feb 10, 2021Lines 52 - 54 are using PRICE_OPEN for the slower EMA the other lines are using PRICE_CLOSE for the faster EMA
I will code your EAs and Indicators for no charge
-
almo replied Feb 8, 2021Hold on.....does the template still work? If that answer is yes, then you should just have to hit Control -I and it will pull up all of the indicators that are on the chart
I will code your EAs and Indicators for no charge
-
almo replied Feb 8, 2021Based on your screenshot, is the Expert that is listed below the indicator something you currently have? Looks like your expert is named Master Pullback Solution? If that answer is yes , then your indicator that your looking for is called ...
I will code your EAs and Indicators for no charge
-
almo replied Feb 8, 2021Hi Robert, Unfortunately I am tied up on other projects so I cannot go into more detail with your request. However....Metatrader comes with a sample EA called "MACD sample.mq4", which you can find in your Experts folder. That should get you started ...
I will code your EAs and Indicators for no charge
-
almo replied Feb 5, 2021This is one of the better debates I have read in some time.... that being said You guys are focused on the wrong thing. 1:1 R on a 50% win rate = profitability, assuming your using something like the kelly formula to determine how much your wagering ...
1:1 Risk/Reward Frowned Upon?
-
almo replied Feb 3, 2021I can't get your EA to compile (missing your mqh file, along with some of the definitions, so I can only offer this advice: Prior to sending in any order, you should reset the HLine. It sounds like you already have the initial buy/sell working, but ...
I will code your EAs and Indicators for no charge
-
almo replied Feb 3, 2021JeanLouie, I gotta say....very impressive work! Best, Almo
I will code your EAs and Indicators for no charge
-
almo replied Jan 29, 2021Danjuma, The code I pasted is checking for Pending orders. You already know how to check for a particular price, so you just need to add the check if = <whatever price your looking at > and your gold. To save you some time bool can_I_open = true; ...
I will code your EAs and Indicators for no charge
-
almo replied Jan 29, 2021You need a for loop to do something like this for (int i = OrdersTotal() ; i>=0 ; i--) { int chk = OrderSelect(i,SELECT_BY_POS,MODE_TRADES); { if(OrderType() != OP_BUY || OP_SELL) // ** this is checking to confirm its NOT an active trade { // do ...
I will code your EAs and Indicators for no charge
-
almo replied Jan 29, 2021Hi BitcoinBoff, I removed the last alert . Have a great day, Almo
I will code your EAs and Indicators for no charge
-
almo replied Jan 27, 2021Femfam, Can you try this please - Open up a fresh chart. Right click on the chart and go to Template, then Save Template, and call it "Clear" Once this is saved, go back to the chart your having a problem with the alerts, and change the template to ...
I will code your EAs and Indicators for no charge