Hi Bernard, try the following. As I understand position sizing, when you set position size it is setting the actual postion bought, so a $1000 deposit on 10 %...
Hi Bill... I already have an indicator for my trigger, as defined in my system code eg LongTrigger = condition1 + Condition2 etc. But how do I call the...
MessageAll these "explanations" below are wrong. When everything fails - read the manual. This "MarginRequirement" setting is the property of the BROKERAGE...
Hi Tomasz. I am using the margin setting for CFD trading of stocks on the ASX Australian market which allow 10% margin trading. I did not mean to use it as a...
MessageHello, The idea behind CFD is very similar to futures, forex and other leveraged instruments. Therefore personally I would use futures mode and ...
I wrote this code: Cond1 = ADX(14) > 35 AND C > 50 AND PDI(14)>MDI(14) AND StochK(8,1) < 40; Buy = Cond1; Sell = BarsSince(Buy)>= 5 OR ApplyStop(stopTypeLoss,...
Are you sure you want to do this? this is a dangerous operation. it could trash your database if you make a mistake. _____ From: amibroker@yahoogroups.com...
Hello, The trade profit % is based of Return on Margin. This gives very quickly extreme values like 75000% in futures trading. I would much more like to have...
Thanks Tomasz, I will try the future approach again & compare. I did like using the margin approach, its quite simple. I had read the manual carefully and...
MessageBriefly, use staticvarset() to define the value of "X" in a pane which can then be called by another formula in any pane by staticvarget(). See Help,...
Thanks Bill, I'll read up about it then.... ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of wavemechanic Sent: Wednesday, 2...
Perhaps i could not word my question correctly. Now I say it using different words. I want to plot TimeFrameGetPrice( "O", inDaily, 1) (not '-1', not '0', but...
Hello, In the US, a day trading enabled account may have 25% margin (4x) without interest charges --as long as you do not hold a stock overnight. Dennis...
Is there a setting that can leave a gap at the top of charts. My price charts always touch the top of the chart and it is difficult to see the actual top of...
MessageHello, You don't need to set for every stock. Just add single line to your formula MarginDeposit = -10; And it will work for all symbols under test. Yes...
try this(shift feature in plot statements) and see if this is what you want plot(O,"PrevOpen",colorblack,stylethick,Null,Null,1); this will plot yesterday's...
Why using a slow js script?. Code it in AFL and export from AA by hitting the Scan button: http://www.amibroker.com/library/detail.php?id=327&hilite=fputs ...
I'm testing the indicator of vwma10. But the up bar have red color and down bar have green color. I want to change up bar to green color and down bar to red...
Hello, I've seen this one rears it's ugly head a lot, but it's happening again. I have latest Amibroker and TWS software (871.3). I have installed the latest...
Hello, Please scroll down http://www.amibroker.com/ib.html and you will find "SYMBOLOGY" section. There you will find that correct symbols are, for example: ...
Do you have the symbol names correct? Here are the 3 you listed: GBP.USD-IDEALPRO-CASH YM JUN 07-ECBOT-FUT INDU-NYSE-IND The symbol formats can be found...
Hi I (foolishly perhaps) downloaded a uTorrent program last night to download movies. This morning I find that AB works fine, except that when I complete a...
Dear Rakesh, TimeFrameGetPrice( "O", inDaily, 1) will give me open price calculated for tomorrow. And I want it to be plotted in the bar next to the bar for...