NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 26
Search: Posts Made By: ABCTG
Forum: MultiCharts July 12th, 2017, 09:50 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, it seems that this obstacle can be...

will4,

it seems that this obstacle can be overcome quite easily, though. Subscribe to either Tradestation or Multicharts (or go for the lifetime license for the latter - maybe they even expand...
Forum: MultiCharts July 10th, 2017, 11:33 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, I am not aware of a PowerLanguage...

will4,

I am not aware of a PowerLanguage friendly platform nor the ability to get the full PowerLanguage version for free. I have never searched for either, though, so you might want to do some...
Forum: MultiCharts July 10th, 2017, 11:22 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, GZT is EasyLanguage friendly. This...

will4,

GZT is EasyLanguage friendly. This means it "might only support the language to a certain degree". Depending on your code this might be the case here.
When you used any specific...
Forum: MultiCharts July 10th, 2017, 08:44 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, I did not receive any messages from...

will4,

I did not receive any messages from you, is it possible that you refer to your posts on futures.io?

If that is the case, you can use the advanced search (via search) and search for all...
Forum: MultiCharts July 7th, 2017, 10:26 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, I don't use this platform and would...

will4,

I don't use this platform and would have to consult the manual, too.

Regards,

ABCTG
Forum: MultiCharts July 5th, 2017, 10:22 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, Tradestation, Open ECry and Global...

will4,

Tradestation, Open ECry and Global Zen are a few that come to mind. You would need to check if you can get a trial for them (the latter two are EasyLanguage friendly, so they might only...
Forum: MultiCharts June 30th, 2017, 11:42 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, my point of view is that you'll...

will4,

my point of view is that you'll likely learn much more if I don't just write the code for you. Therefore I am trying to give pointers and directions, rather than writing the full solution...
Forum: MultiCharts June 30th, 2017, 10:48 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, I can offer you to take a look at the...

will4,

I can offer you to take a look at the code that you wrote according to my suggestions in #4 and I'll gladly take a look at it and point you in the right direction.

Regards,

ABCTG
Forum: MultiCharts June 26th, 2017, 12:51 PM
Replies: 58
Views: 11,563
Posted By ABCTG
Hi will4, each post in a thread has a number...

Hi will4,

each post in a thread has a number assigned to it (it can be found in the upper right corner of each post). The first post gets #1 and so on.

Regards,

ABCTG
Forum: MultiCharts June 26th, 2017, 09:10 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, that depends on your conditions and I...

will4,

that depends on your conditions and I am afraid I don't know them. An example of a condition that remains present is your code 1 in post #24.

My suggestion for you would be to write a...
Forum: MultiCharts June 26th, 2017, 08:25 AM
Replies: 58
Views: 11,563
Posted By ABCTG
Hi will4, that's correct, as it will always...

Hi will4,

that's correct, as it will always be updated with the most recent Close.
You could use the logic I posted in #4.

Regards,

ABCTG
Forum: MultiCharts June 26th, 2017, 08:14 AM
Replies: 58
Views: 11,563
Posted By ABCTG
Hi will4, your code that adjusts the order...

Hi will4,

your code that adjusts the order prices is an example of keeping the condition present. What you use is totally up to you and depends on your logic.

Regards,

ABCTG
Forum: MultiCharts June 26th, 2017, 03:06 AM
Replies: 58
Views: 11,563
Posted By ABCTG
Hi will4, there is no reserved word to...

Hi will4,

there is no reserved word to accomplish that, you simply have to ensure that your conditions stay present. You wrote your second code to only have the condition that triggers the order...
Forum: MultiCharts June 26th, 2017, 02:02 AM
Replies: 58
Views: 11,563
Posted By ABCTG
Hi will4, I am sorry, but I don't have the...

Hi will4,

I am sorry, but I don't have the links handy and would have to dig myself through the documentation, too.

In general Multicharts will keep orders alive as long as the conditions that...
Forum: MultiCharts June 23rd, 2017, 06:35 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, in my opinion not every exit works...

will4,

in my opinion not every exit works well with every entry and you will likely have to do some research here. There are reserved words for a trailing stop (like setdollartrailing and...
Forum: MultiCharts June 23rd, 2017, 05:01 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, the code is doing exactly what you...

will4,

the code is doing exactly what you wrote it to do. In the first you constantly adjust the price, hence the order gets updated and in the second you don't keep the order alive.

You might...
Forum: MultiCharts June 23rd, 2017, 04:02 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, you could use the the reserved word...

will4,

you could use the the reserved word once for example together with LastBarOnChart.

Regards,

ABCTG
Forum: MultiCharts June 23rd, 2017, 03:10 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, you will have to use the reserved...

will4,

you will have to use the reserved word Close and make sure that you store it in a variable only once on the last bar. Then use this stored value for your order prices.

Regards,

ABCTG
Forum: MultiCharts June 23rd, 2017, 02:22 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, exactly, it returns a boolean value....

will4,

exactly, it returns a boolean value. However the line you just posted is not the problem in your code.
The compiler even gives you the line number where the error occurs and as you are...
Forum: MultiCharts June 22nd, 2017, 11:53 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, based on what you read in the...

will4,

based on what you read in the "EasyLanguage Functions and Reserved Words" PDF, what does the function lastbaronchart return?

Regards,

ABCTG
Forum: MultiCharts June 22nd, 2017, 10:23 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, you are welcome. How do you define...

will4,

you are welcome.
How do you define "dynamic of trade"? I am not aware of any functions from the top of my head, but that doesn't mean they don't exist or use a different name.
By the...
Forum: MultiCharts June 22nd, 2017, 09:52 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, you can take a look at what the...

will4,

you can take a look at what the function does in the "EasyLanguage Functions and Reserved Words" PDF, which you download for free here:
...
Forum: MultiCharts June 22nd, 2017, 09:38 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, what does the function lastbaronchart...

will4,

what does the function lastbaronchart return?

Regards,

ABCTG
Forum: MultiCharts June 22nd, 2017, 06:48 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, market orders can only be issued at...

will4,

market orders can only be issued at market and not X points higher. It would work to save a price in a variable and in case the current price is above that price issue a market order.

I...
Forum: MultiCharts June 21st, 2017, 11:51 AM
Replies: 58
Views: 11,563
Posted By ABCTG
will4, GetAppInfo is a reserved word. You'll...

will4,

GetAppInfo is a reserved word. You'll find examples and the options for it in the Multicharts wiki or help files.

Regards,

ABCTG
Showing results 1 to 25 of 26

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