- Search Metals Mine
-
buju replied Jun 20, 2017you want me to tell you ? well I dont know , I coded this thing last night. Why dont you run it in the strategy tester , 'paper trade' your idea over 6 months , probably take 30 minutes to do, then share the results here . . . there are many ...
The human brain can recognise patterns faster than a computer
-
buju replied Jun 20, 2017with trillions of dollars traded every day , if 10 or 100 or even 1000 traders use the same strategy , it will make no difference to the price in my opinion. Ive coded some "strange" indicators , some I have posted here at FF , hoping for feedback ...
The human brain can recognise patterns faster than a computer
-
buju replied May 8, 2017here is the incremental lot size EA works like this: new bar opens , if chart symbol is in profit , close all trades for chart symbol if previous bar was up , open a buy if previous bar was down , open a sell increment next trade by lot size. IE ...
Simple Renko EA
-
buju replied May 8, 2017this is a EA to create the renco charts , run it on the 1m chart , then open the created offline chart
Simple Renko EA
-
buju replied May 5, 2017reading this thread , im busy with a EA using incremental lot sizes example 0.1 0.2 0.3 . . . if there is a open losing trade , the next trade will open a incremental lot size count_orders(); if (open_orders_symbol_i > 0) lots1=lots1+Lots;
Simple Renko EA
-
buju replied Apr 20, 2017this indi has been updated to include cad and chf also I have put in a huge work effort to make it more efficient and stable. I am of the opinion that to 'try' to see ahead by only seeing a price vs time graph is impossible , the market changes ...
beta test this currency strength indicator system
-
buju replied Apr 20, 2017Hi TraderTero thank you so much for testing and posting your feedback. In my forward testing , it did not go well , and the demo account just lost money , so I have abandoned this for now and moved on to something much more profitable. I saw the ...
profitable semaphor EA and indicator for you to test
-
buju replied Feb 9, 2017Hi there the basic formula is this: measure the moving average (5,13) of a currency against all of the other currencies moving average (5,13) the rate of change or rate of change strength is adjusted by the moving average numbers , IE 5,13 so make ...
beta test this currency strength indicator system
-
buju replied Jan 31, 2017updated version with new name: MCTSI - strength lines highlighted - arrows on indicator windows - arrows on chart - alerting enabled thanks
beta test this currency strength indicator system
-
buju replied Jan 30, 2017thanks for the feedback yes , the EA is coming , Im hoping for some ideas from this thread on when to open and close I will post a free EA here I did not put in CAD and CHF , but it can be done , because I want to keep it simple , as it is , you can ...
beta test this currency strength indicator system
-
buju replied Jan 30, 2017ok its late , this is still kinda beta , but now on any currency. its based on moving averages across all the pairs. please test and post here thanks so much
beta test this currency strength indicator system
-
buju replied Nov 16, 2016funny , was just looking at this thread: url
Information on VoltyChannel_Stop and ChandelierExit Wanted
-
buju replied Sep 6, 2016yeah , not very pretty , its not using MA's at all , its using cci and atr , on 2 different timeframes , comparing them and giving a result: up /down. as its dynamic , ie: reading all the bars all the time , and plotting arrows through the buffers ( ...
my most accurate trend indicator
-
buju replied Sep 1, 2016Im using a HP Elitebook core i7 vpro , 8 gigs ddr3 1600 ram , windows 7 , 3 years old , and back testing some complex EA's for a year in a couple hours. this connected to a 1500VA UPS. - coding can be optimized to speed up processing as well. - fast ...
What's the fastest computer for MT4 backtesting?
-
buju replied Aug 29, 2016ordermodify error 130, which means that the stop loss is too close.
test my price and volume indicator
-
buju replied Aug 24, 2016Well people , here is version 3.1. I think Im approaching the final versions of this indicator , unless some one can suggest an improvement. This version has some major changes: - A predictive arrow after a volume change - A trend line showing the ...
test my price and volume indicator
-
buju replied Aug 22, 2016Hi there here is the lastest version , ver3 place all 3 files in \MQL4\Indicators\ , and place myvpc3 on a 15 minute chart , that is what I test on , you may place in on other timeframes as well. this version is quite different to the last test ...
test my price and volume indicator
-
buju replied Aug 22, 2016this file , myVWMA-test.ex4 , need to be in indicators folder as well.
test my price and volume indicator