NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 28
Search: Posts Made By: BenosBanderos
Forum: MultiCharts April 24th, 2012, 03:50 AM
Replies: 2
Views: 4,296
Posted By BenosBanderos
Hi Andy, Yes, well spotted. Could be S2...

Hi Andy,

Yes, well spotted. Could be

S2 = PP - pDH + pDL;
S3 = S2 - pDH + pDL;

or another way is thinking of pDH - pDL as the range, so
Forum: MultiCharts April 22nd, 2012, 05:10 AM
Replies: 9
Views: 2,388
Posted By BenosBanderos
How about major chord for up (happy) and minor...

How about major chord for up (happy) and minor chord for down (ominous)?
Then vary the pitch depending on momentum, so the more momentum up, the higher the pitch.
Forum: MultiCharts April 22nd, 2012, 04:39 AM
Replies: 2
Views: 4,296
Posted By BenosBanderos
Some "price action" indicators for Multicharts

Here are a few indicators I've been developing in the style of Al Brooks.

Fairly simple stuff, but written for MC 8.0 beta 2 so they don't care about your MaxBarsBack settings and work off the...
Forum: MultiCharts April 22nd, 2012, 04:03 AM
Replies: 2
Views: 3,031
Posted By BenosBanderos
I'd have guessed that Alerts only work off a...

I'd have guessed that Alerts only work off a chart, so you'd need to have the chart running.
But the wiki page says that alerts should work..
Understanding Real-Time Market Scanner - MultiCharts...
Forum: MultiCharts April 22nd, 2012, 03:53 AM
Replies: 9
Views: 3,974
Posted By BenosBanderos
Hi Mike, I don't fully understand what you...

Hi Mike,

I don't fully understand what you want to do here but it does sound like a similar problem to my thread
here (https://nexusfi.com/multicharts/18648-multiple-instruments.html).

The...
Forum: Currencies April 14th, 2012, 02:19 AM
Replies: 23
Views: 8,162
Posted By BenosBanderos
That's what I was thinking - but I believe the...

That's what I was thinking - but I believe the crosses are a little more "dangerous' in general because they are mostly a derivative of two majors. They therefore don't behave like the majors in that...
Forum: Psychology and Money Management April 11th, 2012, 09:36 PM
Replies: 147
Sticky: Risk of Ruin
Views: 97,048
Posted By BenosBanderos
Hi FT, I wanted to respond more in depth to...

Hi FT,

I wanted to respond more in depth to this but I confess I need to go back to school and understand Kelly, Opt F from first principals before I can do so. But thanks for clarifying my...
Forum: Psychology and Money Management April 10th, 2012, 06:40 AM
Replies: 147
Sticky: Risk of Ruin
Views: 97,048
Posted By BenosBanderos
Hi FT, Harking back a couple of pages, it...

Hi FT,

Harking back a couple of pages, it seems to me we need to define what is meant by risk tolerance in the context of this statement. If I understand correctly, the "risk" here is now...
Forum: MultiCharts April 8th, 2012, 10:54 PM
Replies: 9
Views: 2,575
Posted By BenosBanderos
Ok I did think of some outlandish hacks but no...

Ok I did think of some outlandish hacks but no idea if they will work without knowing more specifics. You might be able code it so there is different optimization variable for each symbol and the...
Forum: MultiCharts April 7th, 2012, 04:12 AM
Replies: 9
Views: 2,575
Posted By BenosBanderos
Hi Nikke, I wonder are you trying to...

Hi Nikke,

I wonder are you trying to optimise on many symbols at once just for convenience? I assume this is the case and you are trying to optimise on a large number of symbols and don't want to...
Forum: Traders Hideout March 26th, 2012, 07:15 PM
Replies: 10,645
Views: 14,246,139
Posted By BenosBanderos
Hi Birko, I used to live on the Northern...

Hi Birko,
I used to live on the Northern Beaches myself until The Great Escape. Still it's not real tough up there :)
I have just begun watching the 5min on the SPI during regular trading hours and...
Forum: Currencies March 23rd, 2012, 07:55 PM
Replies: 23
Views: 8,162
Posted By BenosBanderos
USD/CHF is how it's quoted on the spot market for...

USD/CHF is how it's quoted on the spot market for historical reasons. CME futures use CHF/USD I assume to be more consistent.

In my admittedly limited experience this is a very quiet pair though....
Forum: Traders Hideout March 22nd, 2012, 08:16 AM
Replies: 91
Views: 47,965
Posted By BenosBanderos
And this from 1923.. awesome

And this from 1923.. awesome
Forum: Platforms and Indicators March 19th, 2012, 07:15 PM
Replies: 8
Views: 7,702
Posted By BenosBanderos
Thanks for that. I can see a few pros and cons of...

Thanks for that. I can see a few pros and cons of each but I'll check out the link.
Forum: Platforms and Indicators March 19th, 2012, 06:41 PM
Replies: 8
Views: 7,702
Posted By BenosBanderos
I would preferably like to do this in Multicharts...

I would preferably like to do this in Multicharts since I am trying to use only one charting platform as much as possible (I previously used Incredible Charts which is a great free product but offers...
Forum: Platforms and Indicators March 19th, 2012, 08:12 AM
Replies: 8
Views: 7,702
Posted By BenosBanderos
Workaround for no continuous contract data?

Has anyone succeeded in getting around the fact that IB do not offer continuous contract data on futures? I hope that is the right term, I mean combining the price data from all contracts in a series...
Forum: EasyLanguage Programming March 19th, 2012, 06:22 AM
Replies: 18
Views: 11,625
Posted By BenosBanderos
Seems to work ok for me in an indicator. Signal...

Seems to work ok for me in an indicator. Signal should work exactly the same:

value1 = LowD(0);
value2 = LinearRegAngle(value2, 9);
Plot1(value2);

..prints a wavy line.

Note LinearRegAngly...
Forum: EasyLanguage Programming March 19th, 2012, 06:09 AM
Replies: 18
Views: 11,625
Posted By BenosBanderos
Glad to be of assistance Nikke.

Glad to be of assistance Nikke.
Forum: EasyLanguage Programming March 19th, 2012, 05:52 AM
Replies: 18
Views: 11,625
Posted By BenosBanderos
You may just need to declare it first. I use...

You may just need to declare it first. I use value instead of var so you don't need to declare the type with the "variables:" preample. So something like this:

value1 = LowD(2);
value2 =...
Forum: EasyLanguage Programming March 19th, 2012, 05:34 AM
Replies: 18
Views: 11,625
Posted By BenosBanderos
Ok, there'll be an error under the build tab in...

Ok, there'll be an error under the build tab in the editor. Can you copy it in?

Edit: Actually you probably just need to add a parameter for the number of days back - LowD(0)
...
Forum: EasyLanguage Programming March 18th, 2012, 07:40 PM
Replies: 18
Views: 11,625
Posted By BenosBanderos
Why not? Are you getting an error in when...

Why not? Are you getting an error in when compiling? What is it?
Forum: MultiCharts March 16th, 2012, 08:38 AM
Replies: 4
Views: 3,530
Posted By BenosBanderos
Quick and very dirty solution - add this...

Quick and very dirty solution - add this indicator and use invisible bars on data1 and data2:

Plot1(Close of Data1 * Close of Data2);

https://nexusfi.com/attachment.php?attachmentid=66632
...
Forum: MultiCharts March 16th, 2012, 08:09 AM
Replies: 4
Views: 3,530
Posted By BenosBanderos
Clarification, I've just discovered if I use...

Clarification, I've just discovered if I use Insert Instrument then I do get a separate pane with the new symbol in the same chart window. But what I am trying to do is divide the data from one...
Forum: MultiCharts March 16th, 2012, 08:00 AM
Replies: 4
Views: 3,530
Posted By BenosBanderos
Hi Mike, Very strange but on my MC (beta 8)...

Hi Mike,

Very strange but on my MC (beta 8) adding another instrument does nothing.
For example I start with a XAUUSD chart, I go format instruments and find and add USD.CHF, click ok etc and it...
Forum: Currencies March 16th, 2012, 01:48 AM
Replies: 23
Views: 8,162
Posted By BenosBanderos
Ditto the Aussie. It's very correlated with...

Ditto the Aussie. It's very correlated with metals prices and high interest rates mean it regularly goes in and out of favour for carry trades (depending on the global growth outlook), both of which...
Showing results 1 to 25 of 28

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top