- Search Forex Factory
- 117 Results (4 Threads, 113 Replies)
- Bwana replied Jul 23, 2010
Haha, you must be living in a dream world where someone "Incepted" the thought that you are successful.
- Bwana replied Jul 23, 2010
Can we have a look at your 550 pip Renko on weekly? Are you a coder? I'll be willing to share my matlab code with you to confirm that we're on the same page. Right now, i have my Renko outputs as inputs into a system of feed-forward-back-propagation ...
- Bwana replied Jul 12, 2010
I have it in Matlab, but it's not hard to do in excel by yourself. You'll need to understand how to write a loop though bc you have to iterate through each price to say 'if next price is more than X pips from the last price, then record the new ...
- Bwana replied Jul 9, 2010
Hey buddy, Youtube called, they want your loud mouth back..
- Bwana replied Jul 9, 2010
Thanks for your input and the indi yesbee. What is your experience with SVM, have you had success with it? Are you conversant with Matlab, do you use it for trading?
- Bwana replied Jul 8, 2010
I like your method, thanks for sharing.
- Bwana replied Jul 8, 2010
You're right, that is 1 unit of the currency, so 1 Yen, 2, Yens, 3, 5, 8, etc.. I'd be glad to change it to pips if that would serve some purpose.
- Bwana replied Jul 8, 2010
All this was is taking GBPJPY daily data from MT4 and adding the formula that says if the next price is more than x points from today's price, record the new price, otherwise, ignore it and move onto the next price. My next step is to use this as an ...
- Bwana replied Jul 8, 2010
They're made in Matlab. I couldn't find any code or syntax to describe Renko, so Andrea182 (user on this forum with whom i am trying to corroborate) suggested using Renko to filter out noise. So i made my own. Do you trade this method?
- Bwana replied Jul 8, 2010
for anyone interested in seeing different sized Renko charts for GBPJPY: url
- Bwana replied Jul 8, 2010
2 more fibs — .
- Renko and Matlab
Just wanted to put this out there in case anyone else would like to collaborate down different ...
- Bwana replied Jul 1, 2010
Hello, I'm using an ann i put together in matlab. I used Du ka sco py and the data from there seems to be ok. My opinion is that the bucket shops play with the numbers to throw off TA indicators so that people will be hard pressed to find patterns ...
- Bwana replied Jun 18, 2010
Thank you for your insightful contribution.
- Bwana replied Jun 18, 2010
Good day, For example, this line of code: FileWrite(handle, date1, iOpen(ccy,tf,i), iHigh(ccy,tf,i), iLow(ccy,tf,i), iClose(ccy,tf,i), iVolume(ccy,tf,i)); is where the .csv file is written to. How do i tell it to write more decimal places? It has to ...
- Bwana replied Jun 17, 2010
Thanks Hanover. Reason being is when i execute output_history, it rounds the last 2 digits for 5 digit feeds. Therefore, i wanted to specify the floating point so it doesn't default to rounding like it has been. Your input is much appreciated.
- Bwana replied Jun 15, 2010
Turns out you can't, but i did manage to work with it. Now, is it possible to write more than 4 decimal places? Not sure how the syntax would look like..
- Bwana replied Jun 10, 2010
Hello All, I was wondering if someone would consider coding something simple for me. I have an excel sheet with multiple currencies and fields marked "long" and "short" adjacent to each. I'd like the code to place MT4 orders based on the text in the ...
- Bwana replied Jun 8, 2010
% notes - used 7 layers - trading days are now M,T,W,R, F % to do - prepare script to execute orders for all pairs at a defined time - MM, # of lots? %
- Bwana replied Jun 7, 2010
% notes - used 11 layers - trading days are now M,T,W,R, F - Consider dropping CADJPY % to do - prepare script to execute orders for all pairs at a defined time - MM, # of lots? %