Home
Search Forums
Keywords:
Search Titles Only
User Name:
Exact Match
Show Results As:
Advanced Options
Reply
 
Thread Tools Search this Thread
  #1  
Old Dec 14, 2007 3:39pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default VHands Trading Simulator

OK, y'all, gather 'round.

Would you like to hear a raunchy joke or learn to use VHands Trading simulator? Your choice.

I know it's Friday afternoon, getting close to party time and all that, but every trainer on earth worth his salt will tell you to paper trade and this will take months or years off your time to profitability. Now some generous and brilliant programmer is even gonna save you the paper.

Myself, I've never done it, I was too busy trying to make money.

Alright, OK, here's the joke. It's not actually raunchy, and is probably my favorite joke of all time. It applies to trading in the sense of patience. OK?

Alright, this guy renounces the material world, divests of all earthly possesssions and joins an elite order of monks. As part of their discipline, they are allowed to say only two words every 7 years.

Seven years pass, he appears before the head monk, and says, "bed ,,, hard". And walks out.

Seven more years go by, he goes to the head monk and says, dejectedly, "food....... lousy!". Walks out the door.

Seven more years pass, he walks swiftly into the head monk's office and says, abruptly, "I .. QUIT".

The head monk replies, "I'm not surprised. You've done nothing but bitch since you got here!"
Attached Files
File Type: zip vTerminal.zip (1.89 MB, 10890 views)
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken

Last edited by blueruby, Dec 14, 2007 4:25pm
Reply With Quote
  #2  
Old Dec 14, 2007 3:49pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default

OK, download the zip file on the post above, and put it somewhere handy, then open it.

Go to your C drive, program files, there should be a folder called Interbank FX Trader 4. If you can't find this folder, do a search.

Inside this folder is one called "experts".

Inside "experts" there is a folder called "indicators" and one called "include".

Then, copy the following files from the zip file to the following locations:

vHandsTrade.mq4 goes into "experts"
VisualTestingTools.mq4 goes into "include"
vTerminal.mq4 and vHistory.mq4 both go into "indicators"

Now shut down Interbank and restart. Or if you want to, just compile the EA vHandsTrade if you know how to do that. Interbank FX compiles everything upon startup so you can do it either way.

If you have an mq4 broker other than Interbank, I expect that the file locations will be the similar, the main file just won't be called Interbank FX Trader 4. Do a search and you'll find "experts".
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken
Reply With Quote
  #3  
Old Dec 14, 2007 3:54pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default Strategy tester

The vHands application runs inside strategy tester.

Strategy tester is normally used to backtest an "Expert Advisor", or "EA", which is an automated trading program.

Strategy tester has a visual mode, so that you can see, tick by tick, what your EA does. In this case, we're going to use the tester to replay that past data but we will enter our own trades as we wish. No fair if you're like "rain man" and can remember every tick for the last year...

Strategy tester also does a handy thing -- if you're testing an EA called "Super Trader" for example, and there is a saved template called "Super Trader", it will automatically use that template in the visual mode of the backtest, so that you can see your indicators, or whatever you put in the template when you saved it, while the visual backtest is running.

We're going to take advantage of that, and create a template next, which will be used during the vHands run.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken

Last edited by blueruby, Dec 14, 2007 4:26pm
Reply With Quote
  #4  
Old Dec 14, 2007 4:02pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default Create a template

Next, open a chart, any chart, and make it look the way you like your charts to look. I mean, just candles or bars, colors, grid/no grid, etc.

Make sure you have the chart shift selected so there is some black space at the right. Either use the button or "charts" "shift" pulldown.

Don't add indicators or MA's or other clutter at this point. The purpose of this is drill to get used to price action. If you really want them later on, add them to the template and re-save.

OK, so you have a chart open. Now open the Navigator, by clicking the little folder/star button, or use the View Navigator pulldown.

Open the "custom indicators" folder and find one called vHistory.

Click on it and drag it onto your chart window. Click OK.

Do the same with the one called vTerminal.

Now save the template, either by using the template icon button, or by pulling down the "charts" "template" "save template" command and save it as this name exactly:

vHandsTrade

Don't worry about the caps, it will save in lower case, it will still work.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken
Reply With Quote
  #5  
Old Dec 14, 2007 4:07pm
Skunny's Avatar
Commercial Member
 
Member Since Jan 2007
2 Vouchers  629 Posts
Default Great

Thanks for putting this on here, and participating in my thread.

Now I don't have to answer questions about the vhands anymore? Bo either
__________________
____________________
The ability to stay positive will dictate whether or not you succeed in forex.
Reply With Quote
  #6  
Old Dec 14, 2007 4:16pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default Ready to Run - basics

Now close your terminal window to make a little room. To do this, look to the left side of the screen at or near the bottom, you'll see in the frame where it says "terminal". Click the x to close it. When you need it back, find the icon, or pull down "view" "terminal".

Now open Strategy Tester, either by using the little icon with the magnifying glass, or pull down "view" "strategy tester".

You'll get a window at the bottom. Make sure it's big enough so you can see everything. This is the strategy tester, and the settings are as follows:

At the top, select vHandsTrade as the Expert Advisor.
In the next window, select your currency pair.
For Model, select "every tick"
Check the box "Use Date" and put in the dates to go from and to.
Check the box "visual mode".
Make sure "optimization" is unchecked at the right.

Then click Start. Wait for it to load the data, your chart will come up and start ticking along.

Notice that there is a speed control bar just to the right of the "Visual Mode" check box. To the right of that is a pause/play button.

Every time you hit start, it will create a new chart. Don't forget to delete the old ones. If you just want to stop temporarily, use pause. If you want to start all over, use Stop and then Start again.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken
Reply With Quote
  #7  
Old Dec 14, 2007 4:23pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default

Quote:
Originally Posted by Skunny View Post
Thanks for putting this on here, and participating in my thread.

Now I don't have to answer questions about the vhands anymore? Bo either
You're welcome.

Just direct them over here, I'll do my best. (I'm learning it as I go)

This should really help a lot of beginners if they'll take the time to do it.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken
Reply With Quote
  #8  
Old Dec 14, 2007 4:44pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default Place an order

Now we're gonna buy.

First press the pause button. Always do this. You'll see why the first time you forget.

Now select the middle line under "Buy" (solid line). Once it's selected, click on the middle white squeare and move it onto the screen.

Select the number of lots you want, then drag it onto the screen. If you do not make a selection, the number which is purple is what you get.

If you don't want a trailing stop, select the "0" to the right of TS, then drag it onto the screen. If you want a trailing stop, select a number and drag it in.

If you want to place the stop, select the dot-dash line below Buy, then drag it to the screen at the point where you want the stop.

Otherwise you can select a number of pips for your stop.

I'm explaining a lot of things that would take you less time to learn just playing around than it would to read this.

Once you get everything set, then hit the play button and it will resume.

Go play. I'm ordering pizza.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken
Reply With Quote
  #9  
Old Dec 14, 2007 5:01pm
Iqtrading's Avatar
Member
 
Member Since Oct 2007
Default

Quote:
Originally Posted by blueruby View Post
Now we're gonna buy.

First press the pause button. Always do this. You'll see why the first time you forget.

Now select the middle line under "Buy" (solid line). Once it's selected, click on the middle white squeare and move it onto the screen.

Select the number of lots you want, then drag it onto the screen. If you do not make a selection, the number which is purple is what you get.

If you don't want a trailing stop, select the "0" to the right of TS, then drag it onto the screen. If you want a trailing stop, select a number and drag it in.

If you want to place the stop, select the dot-dash line below Buy, then drag it to the screen at the point where you want the stop.

Otherwise you can select a number of pips for your stop.

I'm explaining a lot of things that would take you less time to learn just playing around than it would to read this.

Once you get everything set, then hit the play button and it will resume.

Go play. I'm ordering pizza.
whaaaaaa i had seen often LoL

tell me is it able to close an order or did i have to set every time TP and SL???
__________________
need to learn english fast...
Reply With Quote
  #10  
Old Dec 14, 2007 5:19pm
melpheos's Avatar
Stochastic pipster
 
Member Since Jan 2007
Default

http://www.forexfactory.com/showpost...2&postcount=10

You are late
Reply With Quote
  #11  
Old Dec 14, 2007 6:10pm
Member
 
Member Since Oct 2007
Default

Hi bro
how long does it take to load the data? thanks in advance.
regards
Quote:
Originally Posted by blueruby View Post
Now close your terminal window to make a little room. To do this, look to the left side of the screen at or near the bottom, you'll see in the frame where it says "terminal". Click the x to close it. When you need it back, find the icon, or pull down "view" "terminal".

Now open Strategy Tester, either by using the little icon with the magnifying glass, or pull down "view" "strategy tester".

You'll get a window at the bottom. Make sure it's big enough so you can see everything. This is the strategy tester, and the settings are as follows:

At the top, select vHandsTrade as the Expert Advisor.
In the next window, select your currency pair.
For Model, select "every tick"
Check the box "Use Date" and put in the dates to go from and to.
Check the box "visual mode".
Make sure "optimization" is unchecked at the right.

Then click Start. Wait for it to load the data, your chart will come up and start ticking along.

Notice that there is a speed control bar just to the right of the "Visual Mode" check box. To the right of that is a pause/play button.

Every time you hit start, it will create a new chart. Don't forget to delete the old ones. If you just want to stop temporarily, use pause. If you want to start all over, use Stop and then Start again.
Reply With Quote
  #12  
Old Dec 14, 2007 7:35pm
Member
 
Member Since Jul 2006
Default Thanks

Thanks Blueruby, this info is a great.
Tom
Reply With Quote
  #13  
Old Dec 14, 2007 7:45pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default

Quote:
Originally Posted by melpheos View Post
You are welcome to use that, however, it is not clearly written and leaves out important points. It is not in logical order, and, part of it is in Cyrillic. And you can't ask it questions.

That is why I am doing this, because people had trouble with that same set of instructions you cite. So use whichever you prefer.

OK?
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken

Last edited by blueruby, Dec 14, 2007 9:22pm
Reply With Quote
  #14  
Old Dec 14, 2007 7:49pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default

Quote:
Originally Posted by kenneith View Post
Hi bro
how long does it take to load the data? thanks in advance.
regards
Takes maybe 30 seconds for my setup. It might depend on connection - I have DSL which isn't blazing fast, but is probably 100x faster than dialup.

If you have a fast connection and it isn't running within a few minutes, there is another problem.

Make sure you have the visual box checked.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken
Reply With Quote
  #15  
Old Dec 14, 2007 7:50pm
blueruby's Avatar
Stock Broker, October 1987
 
Member Since Feb 2007
Default To Close a position

Quote:
Originally Posted by Iqtrading View Post
whaaaaaa i had seen often LoL

tell me is it able to close an order or did i have to set every time TP and SL???
OK, to close an order, select the ticket number and then move it. The ticket number will be in the indicator window with the running orders, in the far left column. Once it is moved at all, the order will close.
__________________
“The urge to save humanity is almost always a false-face for the urge to rule it.” —H. L. Mencken

Last edited by blueruby, Dec 14, 2007 8:15pm
Reply With Quote
Reply

1 Trader Viewing This Thread (0 are members)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trading simulator drago24 Platform Tech 1 Nov 20, 2009 4:06am
How Could a Trading Simulator possibly be accurate? CindyXXXX Platform Tech 10 Aug 8, 2009 6:21pm
Trading simulator or practice tool richardpolar Rookie Discussion 7 Aug 21, 2008 7:41am
Which Trading simulator? sosolala Trading Discussion 2 Aug 20, 2008 9:49pm