Search found 9 matches

by sigartrader
18 Jan 2023, 16:41
Forum: Scripts and Functions (v1)
Topic: Auto Trade On Any Trade Platform With AHK More Easy
Replies: 8
Views: 7913

Re: Auto Trade On Any Trade Platform With AHK More Easy

No need to read all price quotes on AHK script, just need somekind of alert/notification of any price change to trigger buy or sell button, its like moving human eyes normaly to AHK scripting
by sigartrader
19 Mar 2022, 11:33
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 578777

Re: FindText - Capture screen image into text and then find it Topic is solved

Hello, Just try to learn using the perfect function code by the Author :crazy: :lolno: Purpose of Script : to find and click FAQ link address on top of this forum page https://www.autohotkey.com/boards/download/file.php?mode=view&id=17090&sid=bd8df0eea69c7f86378e8ff2071cbead The Script is here : ( J...
by sigartrader
01 Feb 2022, 14:25
Forum: Scripts and Functions (v1)
Topic: Auto Trade On Any Trade Platform With AHK More Easy
Replies: 8
Views: 7913

Re: Auto Trade On Any Trade Platform With AHK More Easy

Well, iam here again,
since first time i wrote first post, now i can help any people, to make cross trade platform (Almost all trade platform),
mean if your trade platform do not have automatic trade, then i can make it for you using cross platform function and help most from AHK scripting.

Regards
by sigartrader
27 Mar 2018, 21:13
Forum: Scripts and Functions (v1)
Topic: Auto Trade On Any Trade Platform With AHK More Easy
Replies: 8
Views: 7913

Re: Auto Trade On Any Trade Platform With AHK More Easy

if you can import dlls into your MQL or whatever language your trade platform uses, you could probably just also send clicks directly through that without the need for the external AHK scripts. but good job nonetheless of solving your problem Yes ofcourse can do like that, but this perfect for auto...
by sigartrader
26 Mar 2018, 21:44
Forum: Scripts and Functions (v1)
Topic: Auto Trade On Any Trade Platform With AHK More Easy
Replies: 8
Views: 7913

Auto Trade On Any Trade Platform With AHK More Easy

Hello, i came here when i was searching on the search engine to find how to move mouse cursor arrow to the precise location on screen and then auto click on it, then magic is happen when i combine simple Ahk script to make some click on any button on the screen with help of Shell32.DLL that call fro...
by sigartrader
09 Feb 2018, 14:27
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 578777

Re: FindText - Capture screen image into text and then find it Topic is solved

t1:=A_TickCount Text:="|<Up Arrow>*70$11.yTsTUS0M0004MMllrXz7yDwT" if (ok:=FindText(1099, 559, 150000, 150000, 0, 0, Text)) { CoordMode, Mouse X:=ok.1.1, Y:=ok.1.2, W:=ok.1.3, H:=ok.1.4, Comment:=ok.1.5, X+=W//2, Y+=H//2 ; Click, %X%, %Y% } ; MsgBox, 4096,, % "Time:`t" (A_TickCount-t1) " ms`n`n" ; ...
by sigartrader
04 Feb 2018, 10:37
Forum: Ask for Help (v1)
Topic: AHK script can not run on VPS ??
Replies: 3
Views: 2525

Re: AHK script can not run on VPS ??

Ah thanks,

I've found the way to make auto click work on RDP,
Finally
by sigartrader
01 Feb 2018, 20:49
Forum: Ask for Help (v1)
Topic: AHK script can not run on VPS ??
Replies: 3
Views: 2525

AHK script can not run on VPS ??

Hello, iam new here on this forum since i decide to use ahk to automate clicking on a website on my remote desktop (Virtual Private Server / VPS), when i open vps via RDP remote desktop on my laptop and can see script of ahk for auto clicking on a website is working fine, but when i am out of my vps...

Go to advanced search